const encoding/json.scanBeginLiteral

14 uses

	encoding/json (current package)
		decode.go#L382: 	case scanBeginLiteral:
		decode.go#L411: 	case scanBeginLiteral:
		decode.go#L667: 		if d.opcode != scanBeginLiteral {
		decode.go#L1031: 	case scanBeginLiteral:
		decode.go#L1073: 		if d.opcode != scanBeginLiteral {
		scanner.go#L119: 	scanBeginLiteral        // end implied by next result != scanContinue
		scanner.go#L228: 		return scanBeginLiteral
		scanner.go#L231: 		return scanBeginLiteral
		scanner.go#L234: 		return scanBeginLiteral
		scanner.go#L237: 		return scanBeginLiteral
		scanner.go#L240: 		return scanBeginLiteral
		scanner.go#L243: 		return scanBeginLiteral
		scanner.go#L247: 		return scanBeginLiteral
		scanner.go#L272: 		return scanBeginLiteral